home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000041_shifeux@hotmail.com_Tue Oct 16 10:07:29 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  43 lines

  1. Article: 12852 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!image.surnet.ru!news-out.spamkiller.net!propagator-la!news-in-la.newsfeeds.com!newsfeed.media.kyoto-u.ac.jp!logbridge.uoregon.edu!newsfeed.stanford.edu!sn-xit-01!sn-xit-02!supernews.com!postnews1.google.com!not-for-mail
  3. From: shifeux@hotmail.com (Shifeux)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: scripting in server mode
  6. Date: 16 Oct 2001 06:50:53 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 24
  9. Message-ID: <336f652d.0110160550.606670bc@posting.google.com>
  10. References: <336f652d.0110151140.59de71dd@posting.google.com> <9qffam$mts$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: 146.145.217.202
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1003240253 5363 127.0.0.1 (16 Oct 2001 13:50:53 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 16 Oct 2001 13:50:53 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12852
  18.  
  19. Thanks for info. 
  20.  
  21.  
  22. > What do you mean by "session"?  You can log all the server's actions
  23. > in a transaction log.  Just add:
  24. >   LOG TRANSACTIONS filename
  25. > to the script before starting the server, specifying the desired file
  26. > for the log.
  27.  
  28. I was calling this a session log. This works great.
  29.  
  30. > There are probably better ways to do what you want.  If you want to delete
  31. > each file from the source after, and only if, it has been successfully
  32. > transferred, there is a /DELETE switch on the client SEND and GET commands
  33. > for this.  For tutorials on "atomic file movement", see:
  34.  
  35. I was trying minimize the work for the client side, trying to make it
  36. as simple as possible for the client, but you are correct this will be
  37. just fine. I appreciate the help.  I see kermit 8 has support for an
  38. ssh connection, does in by chance also support a sFTP session?
  39.  
  40. Thanks again.
  41.